home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 2003 November / PCWK1103B.iso / PCWK-txt / Antyspam / Spam Spade 1.14 / spade114.exe / {app} / spade.chm / spade.css < prev    next >
Encoding:
Cascading Style Sheet File  |  2003-10-03  |  1.8 KB  |  89 lines

  1. body        { font-size: 75%; background: #FFFFE8
  2.             line-height: 125%;           
  3.             font-family: Verdana, Arial, Helvetica,  }
  4.  
  5. a:link        { color: #0000FF; } 
  6. a:active    { color: #FF33CC; }
  7. a:visited     { color: #800080; }
  8.  
  9. a.internal    { color: #00FF00; }
  10.  
  11. a.internal:link        { color: #008000; } 
  12. a.internal:active    { color: #FF33CC; }
  13. a.internal:visited     { color: #008000; }
  14.  
  15.  
  16. h1        { font-size: 145%; 
  17.         margin-bottom: .5em; }
  18.  
  19. h2        { font-size: 125%;  
  20.         margin-top: 1.5em;
  21.         margin-bottom: .5em;  }
  22.  
  23. h3        { font-size: 110%; 
  24.         margin-top: 1.2em;  
  25.         margin-bottom: .5em;  }
  26.  
  27. p        { margin-top: .5em; margin-bottom: .5em;    }
  28.     
  29. li p        { margin-top: .6em;
  30.         margin-bottom: .5em;  }
  31.         
  32. ol        {margin-top: .5em; 
  33.         margin-bottom: 0em }    
  34.     
  35. ul        {margin-top: .6em;     
  36.         margin-bottom: 0em;
  37.         margin-left: 2.75em;  }    
  38.  
  39. ol ul        {  list-style: disc; margin-top: 2em;  }
  40.  
  41. li        {padding-bottom: .7em;
  42.         margin-left: -1.25em;  }
  43.  
  44. dl ul        { margin-top: 2em;  
  45.         margin-bottom: 0em;  }    /*list item inside a def/term*/
  46.  
  47. dl        { margin-top: -1em;  }
  48.  
  49. ol dl    { margin-top: -1.5em;
  50.          margin-left: 0em;  }        /*term/def list inside a numbered list*/
  51.  
  52. ol dl dl    {  margin-top: 0em;
  53.         margin-left: .2em;  }        /*term/def list inside a term/def list*/
  54.  
  55. dd        { margin-bottom: 0em;    /*not currently working*/
  56.         margin-left: 1.5em;  }
  57.  
  58. dt        {  padding-top: 2em;
  59.         font-weight: bold; 
  60.         margin-left: 1.5em;  }
  61.  
  62. code        {  font-family: Courier;     }
  63.  
  64. pre        { margin-top: 0em;
  65.         margin-bottom: 1.5em; 
  66.         font-family: Courier;
  67.         font-size: 125% }
  68.  
  69. table        { font-size: 100%;
  70.         margin-top: 1em; 
  71.         margin-bottom: 1em;}
  72.  
  73. th.center    { text-align: center; }
  74.         
  75. th        { text-align: left;
  76.         background: #dddddd;
  77.         margin: 3pt;
  78.         vertical-align: bottom;    }
  79.         
  80. tr        { vertical-align: top; }
  81.  
  82. td        { margin: 3pt;
  83.         vertical-align: top;    }
  84.  
  85.  
  86.  
  87.  
  88.  
  89.